Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring Branch #79

Draft
wants to merge 134 commits into
base: master
Choose a base branch
from
Draft

Refactoring Branch #79

wants to merge 134 commits into from

Conversation

lucas-wilkins
Copy link
Contributor

Main branch for the refactoring project

lucas-wilkins and others added 27 commits September 30, 2024 13:29
For now, I'm just specifying all of them in the regex. This should work
for now because there aren't many symbols to specify, and I'm not sure
what else would work without allowing symbols that shouldn't really be allowed.
… refactor_24

# Conflicts:
#	sasdata/quantities/accessors.py
#	sasdata/temp_hdf5_reader.py
@@ -0,0 +1,19 @@
import numpy as np
from sasdata.quantities.quantity import Quantity

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this file be deleted now? Seems to just be a sketch which has now been implemented in operations.py.


entry_keys = [key for key in entry.keys()]

if "sasdata" not in entry_keys and "data" not in entry_keys:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this account for the situation where entry_keys contains something like 'sasdata01'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants